GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-06T04:37:59.4225063+00:00",
"SubmitDate": "2025-12-06T04:37:59.4225063+00:00",
"ReportPeriodStart": "2025-12-06T04:37:59.4225063+00:00",
"ReportPeriodEnd": "2025-12-06T04:37:59.4225063+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3939cf6a-c7e7-4384-8ccf-5f417fa7fa3e",
"Rows": [
{
"ItemId": "4de94cf1-8b00-454c-926b-e6ac231941eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4de94cf1-8b00-454c-926b-e6ac231941eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3939cf6a-c7e7-4384-8ccf-5f417fa7fa3e",
"Rows": [
{
"ItemId": "4de94cf1-8b00-454c-926b-e6ac231941eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4de94cf1-8b00-454c-926b-e6ac231941eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0aacc539-af21-4263-a09a-f6abe7da39d6",
"889e0de2-abfd-4407-93a9-aaa7dd63c090"
],
"Approvers": [
"a6ea118a-0be3-40e3-8552-cdbecf2df561",
"4134d492-e806-4bd6-84bd-7fe91e44a8c2"
],
"ApprovedBy": "31e3dd01-8d64-461f-9e3f-4ce30b6b5e08",
"ApprovalDate": "2025-12-06T04:37:59.4225063+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ec8f61c-0211-4d3e-802d-806a69572c63",
"id": "a36c77e8-c9c0-4e9f-a69f-3aa07bb858f3",
"ConfigId": "29caf8bb-ed3e-4f19-ac5b-f7a7e35d4065"
},
{
"GenerationDate": "2025-12-06T04:37:59.4225063+00:00",
"SubmitDate": "2025-12-06T04:37:59.4225063+00:00",
"ReportPeriodStart": "2025-12-06T04:37:59.4225063+00:00",
"ReportPeriodEnd": "2025-12-06T04:37:59.4225063+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3939cf6a-c7e7-4384-8ccf-5f417fa7fa3e",
"Rows": [
{
"ItemId": "4de94cf1-8b00-454c-926b-e6ac231941eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4de94cf1-8b00-454c-926b-e6ac231941eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3939cf6a-c7e7-4384-8ccf-5f417fa7fa3e",
"Rows": [
{
"ItemId": "4de94cf1-8b00-454c-926b-e6ac231941eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4de94cf1-8b00-454c-926b-e6ac231941eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0aacc539-af21-4263-a09a-f6abe7da39d6",
"889e0de2-abfd-4407-93a9-aaa7dd63c090"
],
"Approvers": [
"a6ea118a-0be3-40e3-8552-cdbecf2df561",
"4134d492-e806-4bd6-84bd-7fe91e44a8c2"
],
"ApprovedBy": "31e3dd01-8d64-461f-9e3f-4ce30b6b5e08",
"ApprovalDate": "2025-12-06T04:37:59.4225063+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ec8f61c-0211-4d3e-802d-806a69572c63",
"id": "a36c77e8-c9c0-4e9f-a69f-3aa07bb858f3",
"ConfigId": "29caf8bb-ed3e-4f19-ac5b-f7a7e35d4065"
}
]